home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000193_wilhelms@koibm0…ni-Augsburg.DE_Sat Jan 29 17:28:19 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  4KB

  1. Received: from Kei.CC.Uni-Augsburg.DE by cs.umb.edu with SMTP id AA01675
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 29 Jan 1994 17:28:19 -0500
  3. Received: from koibm02c.MNWF.Uni-Augsburg.DE by Kei.CC.Uni-Augsburg.DE with SMTP id AA20829
  4.   (5.65c/IDA-1.4.4(INDY) for tex-k@cs.umb.edu); Sat, 29 Jan 1994 23:27:53 +0100
  5. Received: by koibm02c.MNWF.Uni-Augsburg.DE (AIX 3.2/UCB 5.64/4.03)
  6.           id AA20218; Sat, 29 Jan 1994 23:25:58 +0100
  7. Message-Id: <9401292225.AA20218@koibm02c.MNWF.Uni-Augsburg.DE>
  8. To: tex-k@cs.umb.edu
  9. Subject: web2c-6.0 on AIX
  10. X-Mailer: mh
  11. Date: Sat, 29 Jan 94 23:25:57 +0100
  12. From: Gerhard Wilhelms <Wilhelms@uni-augsburg.de>
  13.  
  14. Dear TeXperts!
  15.  
  16. I have tried to build TeX and Metafont from web2c-6.0.tar.gz and
  17. web-6.0.tar.gz on an IBM RS/6000, Model 320H with 32 MB memory,
  18. AIX 3.2.4 and IBM's C compiler version 1.2.1.8. I have used the
  19. following command line for configure to turn off usage of any
  20. installed GNU binaries gcc, flex and yacc:
  21.  
  22.     LEX=lex YACC=yacc CC=cc INSTALL="/usr/ucb/install -c -o bin -g bin" \
  23. ./configure --prefix=/server/local
  24.  
  25. The "make triptrap" step runs smoothly without any warning or
  26. error. "make run-triptrap" shows no problems for TeX but serious
  27. problems for Metafont.
  28.  
  29. The diffs for the first run show no dramatic differences but the
  30. wrong numbers may be a hint for you gurus:
  31.  
  32.         -$(SHELL) -c '. ./trapenv; \
  33.           ./trapmf < $(trapdir)/trap1.in > /dev/null 2>&1'
  34.         -diff $(trapdir)/trapin.log trap.log
  35.  
  36. yields:
  37.  
  38. 1c1
  39. < This is METAFONT, Version 2.71 (INIMF)  25 JAN 1992 08:58
  40. ---
  41. > This is METAFONT, Version 2.71 (C version 6.0) (INIMF)  29 JAN 1994 22:42
  42. 150c150
  43. < String usage 26&83 (895&11534 still untouched)
  44. ---
  45. > String usage 26&83 (895&11544 still untouched)
  46. 176,177c176,177
  47. <  (preloaded base=trap 92.1.25)
  48. < 1113 strings of total length 20516
  49. ---
  50. >  (base=trap 94.1.29)
  51. > 1113 strings of total length 20496
  52.  
  53. The second run is painful. Metafont seems to be stuck. 
  54.  
  55.         -$(SHELL) -c '. ./trapenv; ./trapmf < $(trapdir)/trap2.in > trap.fot'
  56.         -diff $(trapdir)/trap.log trap.log
  57.  
  58. yields:
  59.  
  60. 1c1
  61. < This is METAFONT, Version 2.71 (preloaded base=trap 92.1.25)  25 JAN 1992 08:5
  62. 8
  63. ---
  64. > This is METAFONT, Version 2.71 (C version 6.0) (base=trap 94.1.29)  29 JAN 199
  65. 4 22:46
  66. 1808c1808
  67. < String usage 21&86 (866&11412 still untouched)
  68. ---
  69. > String usage 21&86 (866&11432 still untouched)
  70. 1907c1907
  71. < (2,0)(2,1)(4,1)(4,2)(4,1)(2,1)(2,0).
  72. ---
  73. > (2,0)(2,1)(4,1)(4,2)(3,2)(3,1)(1,1)(1,0).
  74. 2123c2123
  75. < (-3071,0)(-3071,1)(-1024,1)(-1024,2)(-1024,1)(-3071,1)(-3071,0).
  76. ---
  77. > (-3071,0)(-3071,1)(-1024,1)(-1024,2)(-1024,1)(-3072,1)(-3072,0).
  78. 2128c2128,2132
  79. < >> Edge structure at line 91:
  80. ---
  81. > ! METAFONT capacity exceeded, sorry [main memory size=3001].
  82. > l.91 ...,2); show e3 rotated-90,
  83. >                                  (e0+e0) rotated90$ rotated90;
  84. > If you really absolutely need more capacity,
  85. > you can ask a wizard to enlarge me.
  86.  
  87. [hundreds of other messages deleted]
  88.  
  89. Due to the very small differences in the "string usage" numbers I dared
  90. to create the real metafont anyway (make clean-triptrap; make programs).
  91.  
  92. The binary has succeeded on some of the computer modern fonts, but core
  93. dumped on one of the pandora fonts in 300 dpi CanonCX mode.
  94.  
  95. The same holds for the web2c-5.851d Metafont. The Metafont built from
  96. the tex3.14.tar.Z files found in earlier days on CTAN sites (when they
  97. were just TeX servers) succeeds without problems on the same pandora font
  98. in the same mode (to be absolutely sure and fair I have recompiled this
  99. Metafont with the same hardware/OS/compiler).
  100.  
  101. Any clues or suggestions will be greatly appreciated! (By the way, I
  102. HAVE heard of the strange "-O" behaviour of tex and used "-g" for
  103. compiling)
  104.  
  105. Regards,
  106.  
  107.         Gerhard Wilhelms
  108. _____________________________________________________________________
  109.         University of Augsburg (Germany)
  110.         Department of Mathematics - Computer Science
  111.         Universitaetsstrasse 2
  112.         D-86159 Augsburg                    Phone : +49 +821/598-2116 
  113.         Internet: Wilhelms@Uni-Augsburg.DE    Fax :          598-2200